Skip to content

[mtouch] Fix NRE when optimizing bindings. Fixes #44701 - #900

Merged
spouliot merged 1 commit into
dotnet:masterfrom
spouliot:bug44701
Sep 27, 2016
Merged

[mtouch] Fix NRE when optimizing bindings. Fixes #44701#900
spouliot merged 1 commit into
dotnet:masterfrom
spouliot:bug44701

Conversation

@spouliot

Copy link
Copy Markdown
Contributor

Some binding assemblies contains extra, unneeded code, generated by the C# compiler, e.g.

IL_002f: stloc.0
IL_0030: ldloc.0

which the binding optimizer did not expect.

https://bugzilla.xamarin.com/show_bug.cgi?id=44701

Some binding assemblies contains extra, unneeded code, generated by the C# compiler, e.g.

IL_002f: stloc.0
IL_0030: ldloc.0

which the binding optimizer did not expect.

https://bugzilla.xamarin.com/show_bug.cgi?id=44701
@monojenkins

Copy link
Copy Markdown
Contributor

Build failure

@spouliot
spouliot merged commit da60263 into dotnet:master Sep 27, 2016
@spouliot
spouliot deleted the bug44701 branch September 27, 2016 20:09
spouliot added a commit that referenced this pull request Oct 13, 2016
Some binding assemblies contains extra, unneeded code, generated by the C# compiler, e.g.

IL_002f: stloc.0
IL_0030: ldloc.0

which the binding optimizer did not expect.

https://bugzilla.xamarin.com/show_bug.cgi?id=44701
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants